home *** CD-ROM | disk | FTP | other *** search
- abs( int r = abs(int n)
- access( int r = access(const char *filename, int mode)
- acos( double a = acos(double b)
- asctime( char *str = asctime(const struct tm *ts)
- asin( double a = asin(double b)
- atan( double a = atan(double b)
- atexit( int error = atexit(void (*funcptr)(void))
- atof( double d = atof(const char *str)
- atoi( int x = atoi(const char *str)
- atol( long y = atol(const char *str)
- bcmp( int r = bcmp(void *s1, void *s2, size_t bytes)
- bcopy( void *ptr = bcopy(void *s, void *d, size_t bytes)
- bzero( void *ptr = bzero(void *buf, size_t n)
- calloc( void *ptr = calloc(size_t objsize, size_t numobjs)
- chdir( int r = chdir(const char *path)
- clearerr( void clearerr(FILE *fp)
- clock( clock_t clk = clock(void)
- closedir( void closedir(DIR *dirhan)
- clrmem( void *ptr = clrmem(void *buf, size_t n)
- cmpmem( int r = cmpmem(void *s1, void *s2, size_t bytes)
- cos( double a = cos(double b)
- ctime( char *str = ctime(time_t *t)
- exit( void exit(int error)
- exp( double a = exp(double b)
- fabs( double a = fabs(double b)
- facos( float c = facos(float d)
- fasin( float c = fasin(float d)
- fatan( float c = fatan(float d)
- fclose( int error = fclose(FILE *fp)
- fcos( float c = fcos(float d)
- fdopen( FILE *fp = fdopen(ind fd, char *modes)
- feof( int result = feof(FILE *fp)
- ferror( int result = ferror(FILE fp)
- fexp( float c = fexp(float d)
- ffabs( float c = ffabs(float d)
- fflush( int error = fflush(FILE *fp)
- fgetc( int c = fgetc(FILE *fp)
- fgetpos( int error = fgetpos(FILE *fp, fpos_t *pos)
- fgets( char *ptr = fgets(char *buf, int maxlen, FILE *fp)
- fileno( int fd = fileno(FILE *fp)
- flog( float c = flog(float d)
- flog( float c = flog(float d, float dp)
- flog10( float c = flog10(float d)
- fopen( FILE *fp = fopen(char *filename, char *modes)
- fprintf( int n = fprintf(FILE *fp, char *fmt, ...)
- fputc( int c = fputc(int c, FILE *fp)
- fputs( int error = fputs(const char *s, FILE *fp)
- fread( size_t robjs = fread(void *buf, size_t objsize, size_t nobjs, FILE *fp)
- free( void free(void *ptr)
- freopen( FILE *fp = freopen(char *filename, char *modes, FILE *ofp)
- fscanf( int n = fscanf(FILE *fp, const char *ctl, ...)
- fseek( int error = fseek(FILE *fp, long offset, int how)
- fsetpos( int error = fsetpos(FILE *fp, fpos_t *pos)
- fsin( float c = fsin(float d)
- fsqrt( float c = fsqrt(float d)
- fstat( int error = fstat(int fd, struct stat *stat_buf)
- ftan( float c = ftan(float d)
- ftell( long pos = ftell(FILE *fp)
- fwrite( size_t robjs = fwrite(const void *buf, size_z objsize, size_t nobjs, FILE *fp)
- getc( int c = getc(FILE *fp)
- getchar( int c = getchar(void)
- getcwd( char *path = getcwd(char *buf, int max)
- getenv( char *var = getenv(const char *name)
- gets( char *ptr = gets(char *buf)
- isalnum( int r = isalnum(int c)
- isalpha( int r = isalpha(int c)
- iscntrl( int r = iscntrl(int c)
- isdigit( int r = isdigit(int c)
- isgraph( int r = isgraph(int c)
- islower( int r = islower(int c)
- isprint( int r = isprint(int c)
- isupper( int r = isupper(int c)
- isxdigit( int r = isxdigit(int c)
- labs( long r = labs(long n)
- localtime( struct tm *tp = localtime(time_t *t)
- log( double a = log(double b)
- log10( double a = log10(double b)
- longjmp( void longjmp(jmp_buf enviro, int rval)
- malloc( void *ptr = malloc(size_t bytes)
- memcmp( int r = memcmp(void *s1, void *s2, size_t bytes)
- memcpy( void *ptr = memcpy(void *d, void *s, size_t bytes)
- memmove( void *ptr = memmove(void *d, void *s, size_t bytes)
- memset( void *ptr = memset(void *buf, int c, size_t n)
- movmem( void *ptr = movmem(void *s, void *d, size_t bytes)
- opendir( DIR *dirhan = opendir(const char *path)
- perror( void perror(const char *str)
- pow( double a = pow(double b, double bp)
- printf( int n = printf(char *fmt, ...)
- putc( int c = putc(int c, FILE *fp)
- putchar( int r = putchar(int c)
- puts( int error = puts(const char *s)
- qsort( void qsort(void array, size_t numElem, size_t elemSize, int (*compare_func)(const void *arg1, const void *arg2))
- raise( int r = raise(int signo)
- rand( int n = rand(void)
- readdir( struct direct *entry = readdir(DIR *dirhan)
- realloc( void *newptr = realloc(void *oldptr, size_t bytes)
- remove( int error = remove(const char *filename)
- rename( int error = rename(const char *origname, const char *newname)
- rewind( void rewind(FILE *fp)
- rewinddir( void rewinddir(DIR *dirhan)
- scanf( int n = scanf(const char *ctl, ...)
- setbuf( void setbuf(FILE *fp, char *buf)
- setjmp( int r = setjmp(jmp_buf enviro)
- setmem( void *ptr = setmem(void *buf, size_t n, int c)
- setvbuf( int error = setvbuf(FILE *fp, char *buf, int mode, size_t size)
- signal( void (*oldfunc)(int) = signal(int signo, void (*newfunc)(int))
- sin( double a = sin(double b)
- sleep( void sleep(int n)
- sprintf( int n = sprintf(char *buf, char *fmt, ...)
- sqrt( double a = sqrt(double b)
- srand( void srand(unsigned int seed)
- sscanf( int n = sscanf(char *str, const char *ctl, ...)
- stat( int error = stat(const char *name, struct stat *stat_buf)
- stpcpy( char *ptr = stpcpy(char *d, char *s)
- strbpl( int num = strbpl(char **av, int max, const char *sary)
- strcat( char *d = strcat(char *d, const char *s)
- strchr( char *ptr = strchr(const char *s, int c)
- strcmp( int r = strcmp(const char *s1, const char *s2)
- strcpy( char *ptr = strcpy(char *d, char *s)
- strcspn( int len = strcspn(const char *s, const char *toks)
- strdup( char *s2 = strdup(const char *s1)
- strerror( const char *str = strerror(int error)
- strftime( size_t len = strftime(char *buf, size_t max, const char *fmt, const struct tm *tm)
- stricmp( int r = stricmp(const char *s1, const char *s2)
- strins( void strins(char *d, const char *s)
- strlen( int len = strlen(const char *s)
- strncat( char *d = strncat(char *d, const char *s, int n)
- strncmp( int r = strncmp(const char *s1, const char *s2, int n)
- strncpy( char *ptr = strncpy(char *d, const char *s, int n)
- strnicmp( int r = strnicmp(const char *s1, const char *s2, int n)
- strpbrk( char *ptr = strpbrk(const char *s, char *toks)
- strrchr( char *ptr = strrchr(const char *s, int c)
- strspn( int len = strspn(const char *s, const char *toks)
- strstr( char *ptr = strstr(const char *s, const char *sub)
- strtod( double d = strtod(const char *s, char *tp)
- strtok( char *arg = strtok(char *s, const char *toks)
- strtol( long v = strtol(const char *str, char *tail, int base)
- system( int r = system(const char *buf)
- tan( double a = tan(double b)
- time( time_t t = time(time_t *t)
- tmpfile( FILE *fp = tmpfile(void)
- tmpnam( char *filename = tmpnam(char *buf)
- tolower( int lc = tolower(int c)
- toupper( int lc = toupper(int c)
- ungetc( int r = ungetc(int c, FILE *fp)
- unlink( int error = unlink(char *file)
- vfprintf( int n = vfprintf(FILE *fp, char *fmt, va_list argvect)
- vprintf( int n = vprintf(char *fmt, va_list argvect)
- vsprintf( int n = vsprintf(char *buf, char *fmt, va_list argvect)
-